home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / E / Exegesis Tools.cpt / Exegesis Tools / card_9078.txt < prev    next >
Text File  |  1990-12-13  |  10KB  |  413 lines

  1. -- card: 9078 from stack: in
  2. -- bmap block id: 11225
  3. -- flags: 4000
  4. -- background id: 8178
  5. -- name: ICON Reference
  6. ----- HyperTalk script -----
  7. on notWorking which
  8.   if which = 1 then
  9.     --Yep, from the Help stack!
  10.     play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  11.     answer "This Button is found on the ‚ÄúTools‚Äù Card." with "OK"
  12.   end if
  13.   if which = 2 then
  14.     --Yep, from the Help stack!
  15.     play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  16.     answer "This Button is found on the EVERY Card." with "Except Tools"
  17.   end if
  18.   if which = 3 then
  19.     --Yep, from the Help stack!
  20.     play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  21.     answer "This Button is found on ‚ÄúWord Study‚Äù Cards." with "OK"
  22.   end if
  23.   if which = 4 then
  24.     --Yep, from the Help stack!
  25.     play "Harpsichord" tempo 380 b3 c#4 d e f# g a#3 g4 f# e d c# d r f# r b r c# r b r a# r bw
  26.     answer "This Button is found on ‚ÄúConcordance‚Äù Cards." with "OK"
  27.   end if
  28. end notWorking
  29.  
  30.  
  31. -- part 1 (button)
  32. -- low flags: 00
  33. -- high flags: 2003
  34. -- rect: left=468 top=311 right=339 bottom=505
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 6720 / 6720
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Return
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect wipe left fast to gray
  46.   visual effect wipe right fast
  47.   go to card id 2974
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 2 (field)
  53. -- low flags: 01
  54. -- high flags: 0000
  55. -- rect: left=0 top=17 right=52 bottom=41
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 0
  59. -- font id: 3
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Cover Home Button
  64.  
  65.  
  66. -- part 3 (field)
  67. -- low flags: 01
  68. -- high flags: 0000
  69. -- rect: left=471 top=19 right=54 bottom=512
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 0 / 0
  72. -- text alignment: 0
  73. -- font id: 3
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Cover About Button
  78.  
  79.  
  80. -- part 4 (field)
  81. -- low flags: 01
  82. -- high flags: 2004
  83. -- rect: left=56 top=24 right=308 bottom=456
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 0
  87. -- font id: 3
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: ICON info
  92.  
  93.  
  94. -- part 5 (button)
  95. -- low flags: 00
  96. -- high flags: A003
  97. -- rect: left=207 top=313 right=335 bottom=307
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Bibliography
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   set visible of card field "About tools" to not the visible of card field "About tools"
  109.   set the scroll of card field "about tools" to 0
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 6 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=64 top=52 right=89 bottom=100
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 21982 / 21982
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: Compact Stack
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   notWorking 1
  129. end mouseUp
  130.  
  131.  
  132.  
  133. -- part 7 (button)
  134. -- low flags: 00
  135. -- high flags: 0000
  136. -- rect: left=64 top=98 right=138 bottom=98
  137. -- title width / last selected line: 0
  138. -- icon id / first selected line: 22076 / 22076
  139. -- text alignment: 1
  140. -- font id: 0
  141. -- text size: 12
  142. -- style flags: 0
  143. -- line height: 16
  144. -- part name: Delete Card
  145. ----- HyperTalk script -----
  146. on mouseUp
  147.   notWorking 2
  148. end mouseUp
  149.  
  150.  
  151.  
  152. -- part 8 (button)
  153. -- low flags: 00
  154. -- high flags: 0000
  155. -- rect: left=61 top=147 right=185 bottom=103
  156. -- title width / last selected line: 0
  157. -- icon id / first selected line: 18704 / 18704
  158. -- text alignment: 1
  159. -- font id: 0
  160. -- text size: 12
  161. -- style flags: 0
  162. -- line height: 16
  163. -- part name: Concordance
  164. ----- HyperTalk script -----
  165. on mouseUp
  166.   notWorking 3
  167. end mouseUp
  168.  
  169.  
  170.  
  171. -- part 9 (button)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=62 top=199 right=237 bottom=103
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 4840 / 4840
  177. -- text alignment: 1
  178. -- font id: 0
  179. -- text size: 12
  180. -- style flags: 0
  181. -- line height: 16
  182. -- part name: Back to Word Study Card
  183. ----- HyperTalk script -----
  184. on mouseUp
  185.   notWorking 4
  186. end mouseUp
  187.  
  188.  
  189.  
  190. -- part 10 (button)
  191. -- low flags: 00
  192. -- high flags: 0000
  193. -- rect: left=63 top=251 right=290 bottom=103
  194. -- title width / last selected line: 0
  195. -- icon id / first selected line: 9543 / 9543
  196. -- text alignment: 1
  197. -- font id: 0
  198. -- text size: 12
  199. -- style flags: 0
  200. -- line height: 16
  201. -- part name: ArrowKeys = Text
  202. ----- HyperTalk script -----
  203. on mouseUp
  204.   notWorking 1
  205. end mouseUp
  206.  
  207.  
  208.  
  209. -- part 11 (button)
  210. -- low flags: 00
  211. -- high flags: 0000
  212. -- rect: left=262 top=251 right=290 bottom=302
  213. -- title width / last selected line: 0
  214. -- icon id / first selected line: 2518 / 2518
  215. -- text alignment: 1
  216. -- font id: 0
  217. -- text size: 12
  218. -- style flags: 0
  219. -- line height: 16
  220. -- part name: ArrowKeys = Cards
  221. ----- HyperTalk script -----
  222. on mouseUp
  223.   notWorking 1
  224. end mouseUp
  225.  
  226.  
  227.  
  228. -- part 12 (button)
  229. -- low flags: 00
  230. -- high flags: 0000
  231. -- rect: left=152 top=269 right=281 bottom=164
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 1
  235. -- font id: 0
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: Arrow Key Info
  240. ----- HyperTalk script -----
  241. on mouseUp
  242.   set visible of card field "ak info" to not the visible of card field "ak info"
  243. end mouseUp
  244.  
  245.  
  246.  
  247. -- part 13 (button)
  248. -- low flags: 00
  249. -- high flags: 0000
  250. -- rect: left=367 top=269 right=282 bottom=379
  251. -- title width / last selected line: 0
  252. -- icon id / first selected line: 0 / 0
  253. -- text alignment: 1
  254. -- font id: 0
  255. -- text size: 12
  256. -- style flags: 0
  257. -- line height: 16
  258. -- part name: Arrow Key Info
  259. ----- HyperTalk script -----
  260. on mouseUp
  261.   set visible of card field "ak info" to not the visible of card field "ak info"
  262. end mouseUp
  263.  
  264.  
  265.  
  266. -- part 14 (field)
  267. -- low flags: 81
  268. -- high flags: 2004
  269. -- rect: left=63 top=64 right=294 bottom=446
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 0 / 0
  272. -- text alignment: 0
  273. -- font id: 3
  274. -- text size: 12
  275. -- style flags: 0
  276. -- line height: 16
  277. -- part name: ak info
  278. ----- HyperTalk script -----
  279. on mouseUp
  280.   set visible of card field "ak info" to not the visible of card field "ak info"
  281. end mouseUp
  282.  
  283.  
  284. -- part 15 (field)
  285. -- low flags: 81
  286. -- high flags: 2007
  287. -- rect: left=56 top=24 right=307 bottom=455
  288. -- title width / last selected line: 0
  289. -- icon id / first selected line: 0 / 0
  290. -- text alignment: 0
  291. -- font id: 3
  292. -- text size: 12
  293. -- style flags: 0
  294. -- line height: 16
  295. -- part name: about tools
  296. ----- HyperTalk script -----
  297. on mouseUp
  298.   set visible of card field "About tools" to not the visible of card field "About tools"
  299.   set the scroll of card field "about tools" to 0
  300. end mouseUp
  301.  
  302.  
  303. -- part contents for card part 4
  304. ----- text -----
  305.                                  ICONs Reference
  306.  
  307.           This button will compact the Stack. 
  308.               
  309.             
  310.           This button will delete the current Card. 
  311.             
  312.              
  313.           This button goes to & creates a NEW Concordance Card.
  314.  
  315.               
  316.           This button returns you back to the Word Study Card               
  317.           from the new Concordance Card.
  318.  
  319.            Sets the Arrow Keys                   Sets the Arrow Keys
  320.            to text.*                                      to Cards.*
  321.  
  322. -- part contents for card part 14
  323. ----- text -----
  324.  
  325.      HyperCard version 1.1 (not 1.01) provides for a textArrows property.  If the property is set to true, the Arrow Keys move the the text Cursor (|).  When set to false, the Arrow Keys navigate the cards as they do in version 1.01.
  326.  
  327.       By pressing the Text ICON, you set the textArrows property to true.  Conversely, by selecting the Card ICON, you set the textArrows property to false.
  328.  
  329.       You can get version 1.1 of HyperCard at your local Apple dealer.
  330.  
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337. -- part contents for card part 15
  338. ----- text -----
  339.                                 
  340.                      Bibliography of Exegetical Tools.
  341.  
  342. GENERAL:
  343.   
  344.      J. Hayes & C. Holladay, Biblical Exegesis: A beginner‚Äôs handbook, (John Knox Press, 1982).
  345.  
  346.  
  347. INTRODUCTIONS:
  348.  
  349.      W. Marxsen, Introduction to the New Testament,             (Fortress Press, 1983).
  350.  
  351.      L. Johnson, The Writings of the New Testament,             (Fortress Press, 1986)
  352.  
  353.      W. K√ºmmel, Introduction to the New Testament,  
  354. (Abingdon Press, 1973).
  355.  
  356.      H. Kee, Understanding the New Testament, 
  357. (Prentice-Hall, 1983).
  358.  
  359.  
  360. TEXTURAL STUDIES:
  361.  
  362.      K. Aland, et. al., The Greek New Testament, 
  363. (United Bible Society, 1983).
  364.  
  365.      B. Metzger, A textual Commentary of the Greek New Testament, (United Bible Society, 1975).
  366.  
  367.      J. Alsop, An Index to the Revised Bauer-Arndt-Gingrich Greek Lexicon, (Regency, 1981).
  368.  
  369.      Bauer-Arndt-Gingrich, A Greek-English Lexicon of the New Testament and other Early Christian Literature, 
  370. (U. of Chicago Press, 1979).
  371.  
  372.      A. Marshall, The RSV Interlinear Greek-English New Testament, (Zondervan, 1958).
  373.  
  374.  
  375. FORM CRITICISM:
  376.  
  377.      E. McNight, What is Form Criticism?, (Fortress Press,
  378. 1973).
  379.  
  380.  
  381. PARALLELS:
  382.  
  383.      K. Aland, Synopsis of the Four Gospels, (United Bible Societies, 1982).
  384.  
  385.      K. Aland, Synopsis Quanttuor Evangeliorum, (Deutsche Bibelgesllschaft Stuttgart, 1985).
  386.  
  387.      F. Francis & P. Sampley, Pauline Parallels, (Fortress
  388. Press, 1984).
  389.  
  390.  
  391. CONCORDANCES:
  392.  
  393.      R. Young, Analytical Concordance to the Bible, 
  394. (Mac Donald Publishing).
  395.  
  396.      C. Morrison, An Analytical Concordance to the Revised Standard Version to the New Testament, (Westminster press, 1979).
  397.  
  398.      G. Wigram, The Englishman‚Äôs Greek Concordance of the New Testament, (Zondervan, 1970).
  399.  
  400.  
  401. DICTIONARY:
  402.  
  403.       The Interpreter‚Äôs Dictionary of the Bible‚Äîin five volumes, (Abingdon Press, 1984).
  404.  
  405.  
  406.  
  407. NOTE:
  408.  
  409.      The volumes listed above are quite expensive to purchase.  However, they should be available in most good public and church libraries.
  410.  
  411.  
  412.  
  413.